.simditor {
    position: relative;
    border: 1px solid #b8c4ce;
	z-index: 11;
}
.simditor .simditor-wrapper {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.simditor .simditor-wrapper .simditor-placeholder {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 0;
    padding: 22px 15px;
    font-size: 16px;
    font-family: helvetica, Arial;
    line-height: 1.5;
    color: #999999;
    background: transparent;
}
.simditor .simditor-wrapper.toolbar-floating {
    padding-top: 40px;
}
.simditor .simditor-wrapper.toolbar-floating .simditor-toolbar {
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.simditor .simditor-body {
    padding: 40px 0;
    margin: 0 auto;
    width: 900px;
    min-height: 600px;
    outline: none;
    cursor: text;
    position: relative;
    z-index: 1;
    background: transparent;
}
.simditor .simditor-body a.selected {
    background: #b3d4fd;
}
.simditor .simditor-body a.simditor-mention {
    cursor: pointer;
}
.simditor .simditor-body .simditor-image {
    margin: 15px 0;
    cursor: pointer;
    outline: none;
    position: relative;
}
.simditor .simditor-body .simditor-image.selected {
    background: none;
/*    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);*/
}
.simditor .simditor-body .simditor-image img {
    margin: 0;
}
.simditor .simditor-body .simditor-image.selected img {
   box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}
.simditor .simditor-body .simditor-image .mask {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
}
.simditor .simditor-body .simditor-image .simditor-image-progress {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.simditor .simditor-body .simditor-image .simditor-image-progress.loading {
    background: white url(../images/loading-upload.gif) no-repeat center center;
}
.simditor .simditor-body .simditor-image .simditor-image-progress.loading span {
    display: none;
}
.simditor .simditor-body .simditor-image .simditor-image-resize-handle {
    display: none;
}
.simditor .simditor-body .simditor-table {
    position: relative;
}
.simditor .simditor-body .simditor-table.resizing {
    cursor: col-resize;
}
.simditor .simditor-body .simditor-table .simditor-resize-handle {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    cursor: col-resize;
}
.simditor .simditor-body pre {
    min-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.simditor .simditor-paste-area {
    background: transparent;
    border: none;
    outline: none;
}
.simditor .simditor-toolbar {
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    width: 100%;
	height: 50px;
    text-align: center;
}
.simditor .simditor-toolbar > ul {
    height: 50px;
    margin: 0 auto;
	display: inline-block;
    padding: 0;
    list-style: none;
}
.simditor .simditor-toolbar > ul > li {
    position: relative;
    float: left;
	height: 50px;
}
.simditor .simditor-toolbar > ul > li > span.separator {
	display: block;
	float: left;
	background: #cfcfcf;
	width: 1px;
	height: 20px;
	margin: 15px 10px;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item {
    display: block;
    float: left;
    width: 40px;
    height: 50px;
    outline: none;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0 8px;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item span {
    opacity: 0.6;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item:hover span {
    opacity: 1;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.active {
    background: #eeeeee;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.active span {
    opacity: 1;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.disabled {
    cursor: default;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.disabled span {
    opacity: 0.3;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title span:before {
    content: "T";
    font-size: 19px;
    font-weight: bold;
    font-family: 'Times New Roman';
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title.active-h1 span:before {
    content: 'H1';
    font-size: 18px;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title.active-h2 span:before {
    content: 'H2';
    font-size: 18px;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title.active-h3 span:before {
    content: 'H3';
    font-size: 18px;
}
.simditor .simditor-toolbar > ul > li.menu-on .toolbar-item {
    position: relative;
    z-index: 21;
    background: #ffffff;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
}
.simditor .simditor-toolbar > ul > li.menu-on .toolbar-menu {
    display: block;
}
.simditor .simditor-toolbar .toolbar-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 20;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.simditor .simditor-toolbar .toolbar-menu ul {
    min-width: 160px;
    list-style: none;
    margin: 0;
    padding: 10px 1px;
}
.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item {
    display: block;
    font-size: 16px;
    line-height: 2em;
    padding: 0 10px;
    text-decoration: none;
    color: #666666;
}
.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item:hover {
    background: #f6f6f6;
}
.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h1 {
    font-size: 24px;
    color: #333333;
}
.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h2 {
    font-size: 22px;
    color: #333333;
}
.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h3 {
    font-size: 20px;
    color: #333333;
}
.simditor .simditor-toolbar .toolbar-menu ul > li .separator {
    display: block;
    border-top: 1px solid #cccccc;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 6px 0;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table {
    background: #ffffff;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td {
    height: 16px;
    padding: 0;
    border: 2px solid #ffffff;
    background: #f3f3f3;
    cursor: pointer;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td:before {
    width: 16px;
    display: block;
    content: "";
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td.selected {
    background: #cfcfcf;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-edit-table {
    display: none;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-image .menu-item-upload-image {
    position: relative;
    overflow: hidden;
}
.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-image .menu-item-upload-image input[type=file] {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    font-size: 100px;
    cursor: pointer;
}
.simditor .simditor-popover {
    display: none;
    padding: 5px 8px 0;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.simditor .simditor-popover .settings-field {
    margin: 0 0 5px 0;
    font-size: 12px;
}
.simditor .simditor-popover .settings-field label {
    margin: 0 2px 0 0;
}
.simditor .simditor-popover .settings-field input[type=text] {
    width: 200px;
    box-sizing: border-box;
    font-size: 12px;
	border: 2px inset;
	padding: 1px;
}
.simditor .simditor-popover.link-popover .btn-unlink,
.simditor .simditor-popover.image-popover .btn-upload {
    margin: 0 0 0 5px;
    color: #333333;
    font-size: 14px;
}
.simditor .simditor-popover.link-popover .btn-unlink span,
.simditor .simditor-popover.image-popover .btn-upload span {
    opacity: 0.6;
}
.simditor .simditor-popover.link-popover .btn-unlink:hover span,
.simditor .simditor-popover.image-popover .btn-upload:hover span {
    opacity: 1;
}
.simditor .simditor-popover.image-popover .btn-upload {
    position: relative;
    overflow: hidden;
}
.simditor .simditor-popover.image-popover .btn-upload input[type=file] {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    height: 100%;
    width: 28px;
}
.simditor .simditor-body,
.editor-style {
    font-size: 16px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    outline: none;
    word-wrap: break-word;
}
.simditor .simditor-body >:first-child,
.editor-style >:first-child {
    margin-top: 0 !important;
}
.simditor .simditor-body a,
.editor-style a {
    color: #4298BA;
    text-decoration: none;
    word-break: break-all;
}
.simditor .simditor-body a:visited,
.editor-style a:visited {
    color: #4298BA;
}
.simditor .simditor-body a:hover,
.editor-style a:hover {
    color: #0F769F;
}
.simditor .simditor-body a:active,
.editor-style a:active {
    color: #9E792E;
}
.simditor .simditor-body a:hover,
.simditor .simditor-body a:active,
.editor-style a:hover,
.editor-style a:active {
    outline: 0;
}
.simditor .simditor-body h1,
.simditor .simditor-body h2,
.simditor .simditor-body h3,
.simditor .simditor-body h4,
.simditor .simditor-body h5,
.simditor .simditor-body h6,
.editor-style h1,
.editor-style h2,
.editor-style h3,
.editor-style h4,
.editor-style h5,
.editor-style h6 {
    font-weight: bold;
    margin: 40px 0 20px;
    color: #000000;
}
.simditor .simditor-body h1,
.editor-style h1 {
    font-size: 24px;
}
.simditor .simditor-body h2,
.editor-style h2 {
    font-size: 22px;
}
.simditor .simditor-body h3,
.editor-style h3 {
    font-size: 20px;
}
.simditor .simditor-body h4,
.editor-style h4 {
    font-size: 18px;
}
.simditor .simditor-body h5,
.editor-style h5 {
    font-size: 16px;
}
.simditor .simditor-body h6,
.editor-style h6 {
    font-size: 16px;
}
.simditor .simditor-body p,
.simditor .simditor-body div,
.editor-style p,
.editor-style div {
    word-wrap: break-word;
    margin: 0 0 15px 0;
    color: #333;
    word-wrap: break-word;
    font-size: inherit;
}
.simditor .simditor-body b,
.simditor .simditor-body strong,
.editor-style b,
.editor-style strong {
    font-weight: bold;
}
.simditor .simditor-body i,
.simditor .simditor-body em,
.editor-style i,
.editor-style em {
    font-style: italic;
}
.simditor .simditor-body u,
.editor-style u {
    text-decoration: underline;
}
.simditor .simditor-body strike,
.simditor .simditor-body del,
.editor-style strike,
.editor-style del {
    text-decoration: line-through;
}
.simditor .simditor-body ul,
.simditor .simditor-body ol,
.editor-style ul,
.editor-style ol {
    list-style: disc outside none;
    margin: 15px 0;
    padding: 0 0 0 40px;
    line-height: 1.6;
}
.simditor .simditor-body ul ul,
.simditor .simditor-body ul ol,
.simditor .simditor-body ol ul,
.simditor .simditor-body ol ol,
.editor-style ul ul,
.editor-style ul ol,
.editor-style ol ul,
.editor-style ol ol {
    padding-left: 30px;
}
.simditor .simditor-body ul ul,
.simditor .simditor-body ol ul,
.editor-style ul ul,
.editor-style ol ul {
    list-style: circle outside none;
}
.simditor .simditor-body ul ul ul,
.simditor .simditor-body ol ul ul,
.editor-style ul ul ul,
.editor-style ol ul ul {
    list-style: square outside none;
}
.simditor .simditor-body ol,
.editor-style ol {
    list-style: decimal;
}
.simditor .simditor-body blockquote,
.editor-style blockquote {
    border-left: 6px solid #ddd;
    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;
}
.simditor .simditor-body blockquote >:first-child,
.editor-style blockquote >:first-child {
    margin-top: 0;
}
.simditor .simditor-body pre,
.editor-style pre {
    padding: 10px 5px 10px 10px;
    margin: 15px 0;
    display: block;
    line-height: 18px;
    background: #F0F0F0;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal;
}
.simditor .simditor-body code,
.editor-style code {
    display: inline-block;
    padding: 0 4px;
    margin: 0 5px;
    background: #eeeeee;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
}
.simditor .simditor-body hr,
.editor-style hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 15px 0;
    padding: 0;
}
.simditor .simditor-body table,
.editor-style table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
.simditor .simditor-body table thead,
.editor-style table thead {
    background-color: #f9f9f9;
}
.simditor .simditor-body table td,
.editor-style table td {
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    box-sizing: border-box;
}
.simditor .simditor-body table td.active,
.editor-style table td.active {
    background-color: #ffffee;
}
.simditor .simditor-body img,
.editor-style img {
    max-width: 900px;
    margin: 20px auto;
    display: block;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);*/
}
.simditor .simditor-body *[data-indent="0"],
.editor-style *[data-indent="0"] {
    margin-left: 0px;
}
.simditor .simditor-body *[data-indent="1"],
.editor-style *[data-indent="1"] {
    margin-left: 40px;
}
.simditor .simditor-body *[data-indent="2"],
.editor-style *[data-indent="2"] {
    margin-left: 80px;
}
.simditor .simditor-body *[data-indent="3"],
.editor-style *[data-indent="3"] {
    margin-left: 120px;
}
.simditor .simditor-body *[data-indent="4"],
.editor-style *[data-indent="4"] {
    margin-left: 160px;
}
.simditor .simditor-body *[data-indent="5"],
.editor-style *[data-indent="5"] {
    margin-left: 200px;
}
.simditor .simditor-body *[data-indent="6"],
.editor-style *[data-indent="6"] {
    margin-left: 240px;
}
.simditor .simditor-body *[data-indent="7"],
.editor-style *[data-indent="7"] {
    margin-left: 280px;
}
.simditor .simditor-body *[data-indent="8"],
.editor-style *[data-indent="8"] {
    margin-left: 320px;
}
.simditor .simditor-body *[data-indent="9"],
.editor-style *[data-indent="9"] {
    margin-left: 360px;
}
.simditor .simditor-body *[data-indent="10"],
.editor-style *[data-indent="10"] {
    margin-left: 400px;
}